BODY, FONT, SPAN, TD, P, INPUT, TEXTAREA, SELECT {
	FONT: normal 11px/120% Arial, Helvetica, sans-serif; 
}
BODY {
	background: white;
	margin: 0px;
}
INPUT, SELECT, TEXTAREA { 
	background-color: #FAF6ED;
	border-color: #C4A173; 
/*	Colour of input buttons, menus and textareas */
}
LI { margin: 0px; }

A:link, A:visited {
	COLOR: #333333; 
	TEXT-DECORATION: none; 
}
A:hover, A:active {
	COLOR: #F18A02;
	TEXT-DECORATION: underline; 
	font-variant : normal; 
}

/* Main column styles */
#main {
	background: #FFFFFF;
}
#LeftCol, 
#RightCol {
	width: 180px;
	vertical-align: top;
	text-align: left;
	padding-top: 4px;
}
#LeftCol {
		width: 200px;
	padding-left: 10px;
	border-left: 1px solid #406F58;
	background: #D3E4DB;
}
#RightCol {
	padding-right: 10px;
	border-right: 1px solid #406F58; 
}
#CenterCol { 
	vertical-align: top;
	padding: 0px 15px;
	padding-top: 4px;
}
#footer {
	margin: 0px;
	height: 25px;
	background: #FFF;
	border: 0px;
}
.slogan {
	COLOR: #D3E4DB; 
	FONT-SIZE: 13px; 
	FONT-WEIGHT: 700; 
	TEXT-DECORATION: none; 
	padding-right: 15px;
}
DIV#footermsg {
	width: 780px;
	text-align: center;
	padding: 15px;
	margin: auto;
}

/* Admin message title */
#AdminMsg .pn-title {
	FONT: bold 18px Verdana, Helvetica, sans-serif;
	color: #C4A173; /*#333333;#333333;*/
}
#AdminMsg TD {  
/*	FONT: normal 11px/120% Arial, Helvetica, sans-serif;  */
}

/* News articles */
.ArticleBlock {
	border: 1px solid #406F58; 
	margin-bottom: 15px;
}
.ArticleHead {
	color: #000000;
	padding: 4px 10px;
	background: #FCE19F;
	border-bottom: 1px solid #406F58; 
	clear: both;
}
.Article {
	padding: 6px;
	background: white;
}
H4, .storytitle { 
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	color: #363636; 
	margin-top: 0px;
	margin-bottom: 3px;
	text-decoration: none; 
}
H4.blocktitle, 
H4.BlockTitleRight {
	COLOR: #406F58; 
	FONT-SIZE: 13px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none; 
	margin-top: 0px;
	margin-bottom: 3px; 
}

/* News title links */
H4.storytitle a:link,
H4.storytitle a:visited { 
	FONT-SIZE: 12px;
	font-weight : bold;
	COLOR: #333333;
	TEXT-DECORATION: none;  
}
H4.storytitle a:hover,
H4.storytitle a:active  { 
	FONT-SIZE: 12px;
	font-weight : bold;
	COLOR: #F18A02; 
	TEXT-DECORATION: none; 
}
.note {
	FONT-FAMILY: "Times New Roman", Times, serif; 
	COLOR: #406F58; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none; 
}
.reads {
	COLOR: #000000; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal; 
	TEXT-DECORATION: none; 
	clear: both;
}
.more {
	clear: both;
	margin-top: -15px;
}

/* Side blocks */
.BlockContent {
	COLOR: #000000; 
	background: #D3E4DB;
	padding: 6px;
	padding-left: 10px;
	border-top: 2px solid #406F58;
	border-right: 1px solid #F1FEF8; /*#F1FEF8; */
	border-bottom: 1px solid #406F58; /*#F1FEF8; */
}
.LeftBlock {
	padding: 3px;
	width: 200px; /* 150-6px */
	margin-bottom: 15px;
}
DIV H4.BlockTitleRight,
DIV H4.blocktitle {  /* Hand cursor for block titles */
	cursor: pointer; /* W3C standard */
	cursor: hand;    /* IE only */
}
/* General */
.clear { clear: both; }

.content {
	COLOR: #363636; 
	FONT-SIZE: 11px; 
}
.pn-title {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 700; 
	color: #363636; 
	text-decoration: none;
}
.pn-sub, DIV.pn-sub A, FONT.pn-sub A {
	FONT-SIZE: 11px;
	COLOR: #363636;
}
.pnleft {
	vertical-align: middle; 
	float: left;
/*	clear: left; */
	text-align: left;
}
.pnright {
	float: right;
/*	clear: right; */
	text-align: right;
}
.TopicImgLeft {
/*	float: left; */
	vertical-align: top;
	margin-left: -2px;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.TopicImgRight {
	float: right;
	vertical-align: top;
	margin-left: 6px;
	margin-right: -2px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.opentable {
	border: 1px solid #739FC4; /* $bgcolor2 */
	background: #D3E4DB;  /* $bgcolor1 */
	padding: 8px;	
	margin: 0px 0px 15px 0px;
}